home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / qwkblt12.zip / QWK-BLT.DOC < prev    next >
Text File  |  1993-05-27  |  3KB  |  105 lines

  1.  
  2. QWK-BLT version 1.20
  3.         May 26, 1993
  4.  
  5. Copyright 1993, James Dean Jones
  6.  
  7. Adds ability to scan new bulletins from the main board using the
  8. internal QWK routines of PCBoard 15.0.  I had users who preferred the
  9. speed of the internal routines to the time necessary to exit PCBoard and
  10. run a mail door.  The scanning routines here are NOT as quick as those
  11. in a mail door but you don't have to leave PCBoard to get them.
  12.  
  13. The author accepts no responsibility for any problems which may occur as
  14. the result of using this software.
  15.  
  16. Source code is included.  If you modify it, please keep the original
  17. copyright notice.  If you want improve it or document it, please upload
  18. it to Salt Air so the others can benefit.
  19.  
  20. If you need to get ahold of me for some reason, call me on my BBS.
  21.  
  22. James Jones
  23. 2/3 Board
  24. (217) 877-1138  16.8k Dual Standard
  25.  
  26. If you find the program useful, let me know.  If you need something
  27. added, let me know quick, Summer semester starts June 7, and I will be
  28. too busy teaching to make major changes for a couple of months.
  29.  
  30.  
  31.  
  32.  
  33. How to install:
  34.  
  35. Copy  QWK-BLT.PPE file into a subdirectory.
  36.  
  37. In PCBSETUP ...
  38.  
  39. Add the following line to your CMD.LST file.
  40.  
  41.          Command     Security  PPE/MNU File -or- Keystroke Replacement
  42.      ══════════════  ════════  ═══════════════════════════════════════
  43.      QWK                 0     C:\PCB\PPE\QWK-BLT.PPE
  44.                                ^^^^^^^^^^^
  45.                                   subdirectory where you put QWK-BLT.PPE
  46.  
  47. Modify the PCBQWK.BAT to zip %3*.* on the compress line.
  48.  
  49. Example:
  50.  
  51. @echo off
  52. if %1==COMPRESS pkzip -ex -m %2 %3*.*
  53. if %1==EXTRACT pkunzip -o %2 %3
  54.  
  55.  
  56. If you wish to use a file which specifies which bulletins to scan, then
  57. you need to create a file called QWK-BLT.CFG.  You can rename the .PPE
  58. file if you wish, just make sure you rename the .CFG also.  If omitted,
  59. all bulletins will be scanned.
  60.  
  61. This file contains one (1) line with either a "Y" for "Yes, scan this
  62. bulletin" or anything else for "No, don't scan this bulletin".  Note,
  63. the "Y" must be in upper case.
  64.  
  65. Example:
  66.  
  67. YYYYNNNNNNYYYYYNNNNNYYYYNNNNNNYYYYYYYYYYYYY  << Must be first line
  68. 1234567890123456789012345678901234567890123  << Anything else is ignored
  69.  
  70. If you have bulletins at the end which you don't want scanned, you may
  71. not put anything in that position in the file to speed things up.  If
  72. the configuration file is there #AND# there are more bulletins than
  73. characters in the first line, then the scanning will stop when the
  74. characters run out.
  75.  
  76. Restart PCBoard.
  77.  
  78.  
  79.  
  80. To Use:
  81.  
  82. Type:  QWK B D  instead of  QWK D
  83.  
  84.  
  85. Easy enough, huh?
  86.  
  87.  
  88. History:
  89.  
  90. 1.20  05/26/93  23:50
  91.  
  92.     Sped up scanning by allowing the seek command to only check those
  93.     bulletins which were marked for scanning.
  94.  
  95. 1.10  05/25/93  01:30
  96.  
  97.     Added capability to handle configuration file for faster scanning.
  98.  
  99.     Added to docs the need to modify the PCBQWK.BAT file which was
  100.     omitted during the first release.
  101.  
  102. 1.00  05/24/93  23:30
  103.  
  104.     Initial Release
  105.